home *** CD-ROM | disk | FTP | other *** search
- -- card: 3992 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3170
- -- name:
-
-
- -- part contents for background part 9
- ----- text -----
- Function:
-
- -- part contents for background part 1
- ----- text -----
- TCPState(connectionID)
-
- -- part contents for background part 4
- ----- text -----
- This function returns a string specifying the current state of the TCP connection. It can be one of the following:
-
- "waiting for open" - active or passive open issued but not
- completed
- "closed" - no connection
- "listening" - waiting for an incoming connection
- "established" - connection is established
- "opening" - connection is being established
- "please close" - the other side has issued a close
- "closing" - connection is closing
-
- -- part contents for background part 2
- ----- text -----
- Returns the current status of a TCP connection.
-
- -- part contents for background part 3
- ----- text -----
- connectionID
-
- -- part contents for background part 7
- ----- text -----
- the ID of the TCP connection